價格:免費
更新日期:2019-05-30
檔案大小:7.6M
目前版本:1.0
版本需求:Android 5.0 以上版本
官方網站:mailto:apps.codedunk@gmail.com
Email:https://docs.google.com/document/d/1LSkICK6leTsNH_AMGW3U2Avic9-gyJVhAxYMSahZwNY/edit?usp=sharing
聯絡地址:Hyderabad, India.
A sample app to show how TensorFlow Lite works real time on android phone.
Launch the app start viewing different objects in camera preview to see the bounding boxes and tracking in action.
TensorFlow Lite provides all the tools you need to convert and run TensorFlow models on mobile, embedded, and IoT devices.
TensorFlow Lite allows you to run TensorFlow models on a wide range of devices. A TensorFlow model is a data structure that contains the logic and knowledge of a machine learning network trained to solve a particular problem.
What is object detection?
Given an image or a video stream, an object detection model can identify which of a known set of objects might be present and provide information about their positions within the image.
An object detection model is trained to detect the presence and location of multiple classes of objects. For example, a model might be trained with images that contain various pieces of fruit, along with a label that specifies the class of fruit they represent (e.g. an apple, a banana, or a strawberry), and data specifying where each object appears in the image.
When we subsequently provide an image to the model, it will output a list of the objects it detects, the location of a bounding box that contains each object, and a score that indicates the confidence that detection was correct.